<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav &gt; li &gt; a:focus{
    background: inherit!important;
}


.navbar-toggle {
    background-color: inherit;
}

.icon-bar {
    border: solid 1px black;
}

.navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 1);
}

.suke-navbar {
    height: 50px;
    transition: 0.4s;
    border: none !important;
}

.navbar-brand {
    padding:0px !important;
    height: inherit;
    height: 40px;
    margin-left: 10px;
}

.suke-navbar:hover {
    transition: 0.4s;


}
.suke-navbar li {
    /*border-bottom: rgba(255, 255, 255, 0) 5px solid;*/
    transition: 0.2s;
    height: 50px;
    background:linear-gradient(to right, rgba(229,238,255,1),rgba(77,141,253,1)) no-repeat center bottom;
    background-size: 0 4px ;
    background-position: center bottom;
}
.suke-navbar li:hover {
    background-size: 40% 4px;
    /*background: inherit;*/
    /*border-bottom: rgba(255, 255, 255, 1) 5px solid;*/
    transition: 0.2s;
}

.suke-navbar li a {
    text-align: center;
    color: white;
    height: 50px !important;
    font-size: 18px;
    margin: 0px 5px 0 5px;
}
.suke-navbar li a:hover {
    background: transparent !important;
   
}
.suke-navbar li a:focus{
    background: transparent !important;
}

.navbar-right{

}
.suke-navbar li {
height: 100%;
    margin: auto;
}
.navbar-logo{
    margin-top: 5px;
    height: 40px;
    width: auto;
}
@media screen and (max-width: 768px) {
    .navbar-header{
        background: #5f96e3;
    }
    .navbar-right{


background: white;
    }
    .suke-navbar li a{
        color: black;
    }
    .suke-navbar{
        z-index: 1;
    }
}
</pre></body></html>